tests: Remove gtk_dialog_run()
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 30 Apr 2020 14:32:38 +0000 (15:32 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 12 May 2020 12:45:15 +0000 (13:45 +0100)
commit2090dbb27d4dd3afc76bff4631e5b506c5ee0009
tree484fe38b641ce184b73e8d937b953bee837ed5d2
parent96856527e643cc8fc48fb78f40485974efd6a5a8
tests: Remove gtk_dialog_run()

Either use the "response" signal for dialogs that are already modal, or
use an explicit nested loop for tests that rely on the response id being
available in sequence.
tests/print-editor.c
tests/testappchooser.c
tests/testcombochange.c
tests/testdialog.c
tests/testfilechooser.c
tests/testwindowsize.c